var testing.blockProfileRate
5 uses
testing (current package)
testing.go#L471: blockProfileRate = flag.Int("test.blockprofilerate", 1, "set blocking profile `rate` (see runtime.SetBlockProfileRate)")
testing.go#L504: blockProfileRate *int
testing.go#L2631: if *blockProfile != "" && *blockProfileRate >= 0 {
testing.go#L2632: runtime.SetBlockProfileRate(*blockProfileRate)
testing.go#L2726: if *blockProfile != "" && *blockProfileRate >= 0 {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)